home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / bccapp.zip / CHANGES.DOC < prev    next >
Text File  |  1991-09-15  |  2KB  |  61 lines

  1.  
  2.      (C) 1991 Vision Software, All Rights Reserved.
  3.  
  4.  
  5.      Address any correspondance to: 
  6.  
  7.                   Vision Software
  8.                   3408 Lansdown Drive
  9.                   Burlington, Ontario, Canada
  10.                   L7M-1V1
  11.  
  12.      In addition, I may be reach through the following electronic
  13. networks:
  14.  
  15.                   GEnie:      P.CALVIN
  16.                   UseNet:     phil.calvin@rose.uucp
  17.  
  18.  
  19.   This file describes changes between version 1.00 and version 1.20 of the 
  20. Applications Development Library from Vision Software.  This is a maintanance
  21. release, as such many changes will not be visible to the programmer.
  22.  
  23. INTERFACE
  24.  
  25.   VSCROLL
  26.     -Constructor arguments for sz,cch now default to Nil.  In order to
  27.         display, the currently active index is used.
  28.  
  29.   BATCH
  30.     -May now be created with a database that is already open (such as a 
  31.       global database)  This file (+indexes) will remain open after the
  32.       batch is destroyed
  33.  
  34.     -May specify a function to call before a new record is created.  This may
  35.       be used to provide values for non-edit fields.
  36.  
  37.     -Read() is now re-declared within batch.  Should not effect the user, just
  38.       needed in order to provide some initialization that may not be done by
  39.       the constructor
  40.  
  41.     -Index fields may now have default values for the field. (Like a normal field)
  42.  
  43.   DBASE
  44.     -Sz/CchIndex now take an optional parameter to specify which index file to use.
  45.       The default is to use the currently active index field.
  46.  
  47.     -FMark/FGotoMark may be used to save/recall a position within a database.  
  48.       Currently, only ONE mark is supported.
  49.  
  50.   REPORT
  51.     -Title() may be called any number of times in order to place title fields
  52.       for each page on the report.
  53.     
  54. ENVIRONMENT
  55.  
  56.   WINDOWS.H has been renamed to ADL.H.  This was done in order to eliminate the 
  57. conflict between the MS Windows headerfile and our header file.
  58.  
  59.   ADL100x.LIB has been renamed to ADL_x.LIB.  The 100 specified version 1.00,
  60. naming should now be consistent across versions.
  61.